/ Assembly List / LJCDBViewDAL / ViewConditions / Add

Namespace - LJCDBViewDAL


Parameters
id - The record ID.
firstValue - The item name.
secondValue - The "compare-to" value.
comparisonOperator - The comparison operator.

Returns

A reference to the added item.

Syntax

C#
public ViewCondition Add(Int32 id, String firstValue, String secondValue, String comparisonOperator = =)

Creates and adds the object from the provided values.

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.